From: Richard M. Stallman Date: Mon, 28 Jun 1993 05:18:27 +0000 (+0000) Subject: Doc fixes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95153 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1bd4e7608f017775061564eec8158ac21f6c3fdf;p=emacs.git Doc fixes. --- diff --git a/lisp/calendar/solar.el b/lisp/calendar/solar.el index 139ec0d16b8..93ecd208e63 100644 --- a/lisp/calendar/solar.el +++ b/lisp/calendar/solar.el @@ -79,12 +79,20 @@ would give military-style times like `21:07 (UTC)'.") ;;;###autoload (defvar calendar-latitude nil "*Latitude of `calendar-location-name' in degrees, + north, - south. -For example, 40.7 for New York City.") +For example, 40.7 for New York City. +It may not be a good idea to set this in advance for your site; +if there may be users running Emacs at your site +who are physically located elsewhere, they would get the wrong +value and might not know how to override it.") ;;;###autoload (defvar calendar-longitude nil "*Longitude of `calendar-location-name' in degrees, + east, - west. -For example, -74.0 for New York City.") +For example, -74.0 for New York City. +It may not be a good idea to set this in advance for your site; +if there may be users running Emacs at your site +who are physically located elsewhere, they would get the wrong +value and might not know how to override it.") ;;;###autoload (defvar calendar-location-name